Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers ClientCertificate UpdateSpec

Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers ClientCertificate UpdateSpec
Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers ClientCertificate UpdateSpec

This schema is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

The Vcenter TrustedInfrastructure TrustAuthorityClusters Kms Providers ClientCertificate UpdateSpec schema contains properties that describe the client certificate update for a Key Provider.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "certificate": "string",
    "private_key": "string"
}
string
certificate
Required

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Public certificate used by every host in the cluster.

This property was added in vSphere API 7.0.0.0.

string As password As password
private_key
Optional

This property is deprecated as of vSphere API 8.0.3.0 and removed in vSphere API 9.0.0.0.

Private part of the certificate.

This property was added in vSphere API 7.0.0.0.

If missing or null, the update request is for a public/private client certificate pair, not for a signed CSR.